home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / qbbs / thdpro5.zip / THDSETUP.TXT < prev    next >
Text File  |  1993-02-01  |  4KB  |  94 lines

  1.      Due to the number of requests from sysop's on "how" to set up
  2. THD ProScan to work with their BBS programs, I am including this explanation 
  3. for setup in Telegard 2.7 and for T.A.G. 2.6c.
  4.      Although it works equally well with other BBS programs, These are the 
  5. only two programs which I feel qualified to advise on proper installation.
  6.      But first a multi-purpose batch file for those wishing to test numerous 
  7. files in a single directory.
  8.  
  9.                            GENERAL PURPOSE BATCH FILE
  10.                            --------------------------
  11. DIRTEST.BAT
  12. -----------
  13. @ECHO OFF
  14. CTTY CON
  15. FOR %%F IN (%1\*.*) DO C:\THDPRO\THDPRO.EXE %%F
  16.  
  17.  
  18. This will cause all files in the supplied directory to be tested. However, 
  19. be warned that only the errorlevel from the last file tested will be 
  20. returned to the calling program.
  21. Syntax for this batch file would be C:\THDPRO\DIRTEST.BAT C:\TEST
  22. where DIRTEST.BAT is located in "C:\THDPRO" and "C:\TEST" is the directory 
  23. containing the files to be tested.
  24.  
  25.                                   TELEGARD 2.7
  26.                                   ------------
  27.      Lets start from scratch..
  28. make a dir called C:\THDPRO
  29. change to that directory.
  30. unzip THDpro-5 into that directory (or unarj, whatever).
  31. run THDINSTL.EXE
  32. answer all the questions and double check the settings on the final two
  33.      screens as if your life depended on it's being correct.
  34. change to your BBS directory.
  35. type TELEGARD -K
  36. press "P"
  37. look at option "L".. make note of the path here
  38. shell to dos.
  39. go to the directory just seen in option "L".
  40. copy THDPRO.EXE from C:\THDPRO\ to this directory.
  41. return to TG (exit shell).
  42. press "F"
  43. press "A"
  44. press "M"
  45. press "1" (which I assume will correspond to the "ZIP" archive type)
  46. check the first option to be sure it is marked "ACTIVE" (if not mark it
  47.      active).
  48. change line "#6" to read "THDPRO.EXE @F"
  49. Press "Q" until you are back at the "WFC" screen and from their do a local
  50.      logon.
  51. Once logged on.. Go to the file section and list the files long enough to
  52.      find the name of a single valid "zip" file.
  53. now type at the menu prompt "//\\AT"
  54. enter the name of the "zip" filename you just found using "list"
  55. answer no to delete files question.. and No to search all dirs question.
  56. watch the output on your side to see if the file is being scanned.
  57.  
  58.      The ONLY reason that this process (if followed EXACTLY) would not 
  59. work.. is because you have no directory listed under option "L" (as above). 
  60. IF you do not have a directory specified there, then change the "line #6" 
  61. mentioned above to include the full path "C:\THDPRO\THDPRO.EXE @F".. DO NOT 
  62. enter this if there is a path in option "L" or the archive tester will not 
  63. be found.
  64.      Also.. you might wish to test it from the command line as follows to be 
  65. sure that it works.
  66. type
  67. C:\THDPRO\THDPRO.EXE C:\COMMAND.COM
  68.      This will show you the scanner at work and if you do not see this type
  69. of screen when run it from TG.. then you have failed in configuring TG NOT 
  70. the fault of the scanner.
  71.      This is FAR more detailed than I had ever hoped to have to get. Any TG 
  72. sysop should be able to accomplish this without such detail.. BUT given that 
  73. you may never have had to do this before.. Follow the instructions 
  74. EXACTLY!!!!
  75.  
  76.                                   T.A.G. 2.6c
  77.                                   --------
  78.  
  79.      T.A.G. is very simple to set up. T.A.G. simply runs a file called
  80. "FILETEST.BAT" (found in the main BBS directory). So to set up T.A.G. you 
  81. need only make your FILETEST.BAT read as follows...
  82.  
  83. FILETEST.BAT
  84. ------------
  85. CTTY CON
  86. C:\THDPRO\THDPRO.EXE %1%2.%3 {optional comport #}
  87.  
  88. This will cause all uploaded files to be tested by THDPRO.EXE in the 
  89. directory "C:\THDPRO". The "optional comport #" is for use with systems 
  90. running multi-nodes where the output is to be sent to a comport other than 
  91. the one configured directly into the program. This parameter is to be ONLY a 
  92. single digit between 0 and 8.
  93.  
  94.